type runtime.stack
13 uses
runtime (current package)
mgcstack.go#L170: stack stack
runtime2.go#L411: type stack struct {
runtime2.go#L430: stack stack // offset known to runtime/cgo
signal_unix.go#L1395: stack stack
signal_unix.go#L1440: func signalstack(s *stack) {
stack.go#L336: func stackalloc(n uint32) stack {
stack.go#L357: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L437: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L446: func stackfree(stk stack) {
stack.go#L570: old stack
stack.go#L797: func fillstack(stk stack, b byte) {
stack.go#L803: func findsghi(gp *g, stk stack) uintptr {
traceback.go#L1285: func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |